Decodes an array of value bytes into a value.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public delegate T TimelineDecoder<T>(
	byte[] valueBytes
)

Parameters

valueBytes
Type: array<System..::..Byte>[]()[][]
The encoded value bytes.

Type Parameters

T

Return Value

The decoded value.

See Also